home *** CD-ROM | disk | FTP | other *** search
- README file for MS Windows version of gnuplot.
- 28th January 1993
-
- Windows gnuplot requires 4 files to run:
- WGNUPLOT.EXE Main program
- WGNUPLOT.DLL Graphics and Text window library
- WGNUPLOT.HLP Windows Help file
- WGNUPLOT.MNU Menu file
- These 4 files must be in the same directory.
-
- More information is available from gnuplot 'help set terminal windows'.
-
- WGNUPLOT runs in standard and enhanced modes.
-
- Windows 3.1 is preferred, but it will run under Windows 3.0
- with the following restrictions:
- 1. COMMDLG.DLL and SHELL.DLL (available with Windows 3.1 or Borland C++ 3.1)
- must be in the windows directory.
- 2. WGNUPLOT.HLP produced by Borland C++ 3.1 is in Windows 3.1 format.
- You need to use the WINHELP.EXE supplied with Borland C++ 3.1.
- 3. WGNUPLOT won't run in real mode due to lack of memory.
- 4. Truetype fonts are not available in the graph window.
- 5. Drag-drop does not work.
-
- The Borland makefile is makefile.win.
- Windows gnuplot has only been tested with Borland C++ 3.1.
- Before making wgnuplot you will need to edit the TC = line
- to specify the location of your compiler.
-
- The Microsoft C 7.0 makefile is makefile.msw.
- This version has had very little testing and currently crashes
- if you set samples >= 2048.
-
-